home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 038a / bprep101.zip / BP.BAT next >
DOS Batch File  |  1991-06-24  |  264b  |  14 lines

  1. rem
  2. rem  This batch file takes a single parameter (input file name)
  3. rem  and create the output file.
  4. rem
  5. rem  Your source file   : sample.b
  6. rem
  7. rem     you type        : bp sample
  8. rem
  9. rem  the output file    : sample.bas
  10. rem
  11. rem
  12. rem
  13. bprep %1.b %1.bas
  14.